runtime.pageCache.allocN (method)

2 uses

	runtime (current package)
		mpagecache.go#L48: 	return c.allocN(npages)
		mpagecache.go#L57: func (c *pageCache) allocN(npages uintptr) (uintptr, uintptr) {